Developer Documentation
PATH  WebObjects 4.5 Documentation > Getting Started With Direct to Java Client

   

Configuring the Unit Form Window

The form property keys for Unit are correct, and their order is fine, too. However, the notes property should be in a text area instead of a field.

  1. Change the notes widget to a text area.

    Select the Widgets tab in the Assistant. Set the Task pull-down list to form, and select notes in the Property Key pull-down list. Set the Widget Type to EOTextAreaController. Save the change, and open a new Movie form window to see the change.

  2. Examine the Rental area of the window.

    You need to resize the windows to read the Rental table columns. Each Rental line displays Customer identify properties: city, firstName, and lastName. The city attribute isn't really necessary, and it would be more helpful if a customer's last name were to appear first.

  3. Modify Customer's identify property keys.

    Remove city from Customer's identify property keys. Order lastName first. Save your changes.

Move on to the next form window, Video. It's fine.


© 1999 Apple Computer, Inc. – (Draft. Last updated 05 Jan 00)